<script>on Lookupput " in background field" && QUOTE &"KeyWords" & QUOTE after msgend lookup</script>
</part>
<part>
<id>4</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>297</left>
<top>77</top>
<right>397</right>
<bottom>99</bottom>
</rect>
<style>roundrect</style>
<showName> <true /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>Index</name>
<script>on mouseUpSet LockScreen to Trueput Hilight of button "Long Names" into Use_Long_Onesget the long name of this cardPut it into finalCardput field "Stack_2_Index" into SNamego to stack SNameif the Result is not empty thenAnswer "Whoops, bad stack name!" with OKelseput Number of cards into NCardsrepeat with X = 1 to NCardsgo to stack SNameif Use_Long_Ones thenget the Long name of card Xelseget the short name of card Xend ifPut it into Tempgo to FinalCardPut Temp into line X of Field 1Put "card" && X && "of" && NCards && Temp into Message Windowend repeatend ifend mouseUp</script>